home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / toilet1.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  906 b   |  36 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     cursor([800, 801])
  4.     set the mouseDownScript to EMPTY
  5.   else
  6.     if rollOver(10) then
  7.       cursor([800, 801])
  8.       set the mouseDownScript to EMPTY
  9.     else
  10.       if rollOver(5) then
  11.         cursor([800, 801])
  12.         set the mouseDownScript to EMPTY
  13.       else
  14.         if (mouseV() > 360) and rollOver(1) then
  15.           cursor([814, 815])
  16.           set the mouseDownScript to "go to frame 45"
  17.         else
  18.           if (mouseH() < 150) and rollOver(1) then
  19.             cursor([814, 815])
  20.             set the mouseDownScript to "go to frame 45"
  21.           else
  22.             if rollOver(1) then
  23.               cursor([800, 801])
  24.               set the mouseDownScript to EMPTY
  25.             else
  26.               cursor(-1)
  27.               set the mouseDownScript to EMPTY
  28.             end if
  29.           end if
  30.         end if
  31.       end if
  32.     end if
  33.   end if
  34.   go("angry")
  35. end
  36.